win32: Fix empty body warning
authorBenjamin Otte <otte@gnome.org>
Sat, 6 Feb 2016 01:14:37 +0000 (02:14 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 11 Feb 2016 02:44:46 +0000 (03:44 +0100)
gdk/win32/gdkwindow-win32.c

index c832940b8f29988acd538731a3af08f324bbd420..905f6703e39b13d11a409af0f85170f6f1754644 100644 (file)
@@ -1687,7 +1687,9 @@ gdk_win32_window_set_geometry_hints (GdkWindow         *window,
   impl->hints = *geometry;
 
   if (geom_mask & GDK_HINT_POS)
-    ; /* even the X11 mplementation doesn't care */
+    {
+      /* even the X11 mplementation doesn't care */
+    }
 
   if (geom_mask & GDK_HINT_MIN_SIZE)
     {